net/http.transferReader.ProtoMajor (field)

8 uses

	net/http (current package)
		transfer.go#L439: 	ProtoMajor    int
		transfer.go#L450: 	return t.ProtoMajor > m || (t.ProtoMajor == m && t.ProtoMinor >= n)
		transfer.go#L493: 		t.ProtoMajor = rr.ProtoMajor
		transfer.go#L495: 		t.Close = shouldClose(t.ProtoMajor, t.ProtoMinor, t.Header, true)
		transfer.go#L503: 		t.ProtoMajor = rr.ProtoMajor
		transfer.go#L514: 	if t.ProtoMajor == 0 && t.ProtoMinor == 0 {
		transfer.go#L515: 		t.ProtoMajor, t.ProtoMinor = 1, 1